home *** CD-ROM | disk | FTP | other *** search
/ AMIGA PD 1 / AMIGA-PD-1.iso / NetBSD / docs-netbsd / Mailinglist-Archive / 1994-10.gz / 1994-10 / 000191_owner-current-users@netbsd.org_Mon Oct 10 10:48:27 1994.msg < prev    next >
Text File  |  1994-11-20  |  1KB  |  25 lines

  1. X-Notice: The site "wrl.epi.com" is now known as "entropic.com"
  2. To: matthew green <mrg@mame.mu.oz.au>
  3. Cc: current-users@netbsd.org
  4. Subject: Re: Is there a new tcsh source 
  5.              <199410100648.QAA17687@dynamo.mame.mu.OZ.AU> 
  6. X-Face: "Evs"_GpJ]],xS)b$T2#V&{KfP_i2`TlPrY$Iv9+TQ!6+`~+l)#7I)0xr1>4hfd{#0B4
  7.     WIn3jU;bql;{2Uq%zw5bF4?%F&&j8@KaT?#vBGk}u07<+6/`.F-3_GA@6Bq5gN9\+s;_d
  8.     gD\SW #]iN_U0 KUmOR.P<|um5yP<ea#^"SJK;C*}fMI;Mv(aiO2z~9n.w?@\>kEpSD@*e`
  9. From: Ken Hornstein <kenh@entropic.com>
  10. Sender: owner-current-users@netbsd.org
  11.  
  12. >   The new tcsh (6.05) works pretty well; there is one small problems in regar
  13. >ds
  14. >   to it not doing the timeout correctly for a gethostbyaddr() call, but other
  15. >
  16. >is there a fix for this handy?
  17.  
  18. Oh, hell ... back when I fixed this, I hadn't caught the CVS religion yet, so
  19. of course I can't give you diffs from the original :-(  If I recall, in
  20. tc.func.c, the signal handler psignal() only got called once (they use alarm()
  21. in remotehost() to timeout gethostbyaddr() ... turns out that it does a couple
  22. of calls and you need alarm to work more than once), and you need to chop out
  23. the code that disables the signal handler.
  24.  
  25. --Ken